Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add autofix to selector-attribute-operator-space-before #3603

Merged

Conversation

ota-meshi
Copy link
Member

Which issue, if any, is this issue related to?

closes #3578

Is there anything in the PR that needs further explanation?

ex.

  • option: always

    code:

    [target="_blank"] { }

    fixed:

    [target ="_blank"] { }
  • option: never

    code:

    [ target = "_blank" ] { }

    fixed:

    [ target= "_blank" ] { }

Copy link
Member

@jeddy3 jeddy3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jeddy3 jeddy3 merged commit 098e790 into master Sep 6, 2018
@jeddy3 jeddy3 deleted the add-autofix/selector-attribute-operator-space-before branch September 6, 2018 12:57
@jeddy3
Copy link
Member

jeddy3 commented Sep 6, 2018

  • Added: selector-attribute-operator-space-before autofix (#3603).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add autofix to selector-attribute-operator-space-before
3 participants